From 869573bc95767345e7c042eb57d9363b65e9962b Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 31 Oct 2005 23:55:31 +0000 Subject: [PATCH] Tweaks to TRACK filter doc. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1512 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/readme.xml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/gpsbabel/readme.xml b/gpsbabel/readme.xml index 1474a05cc..13d804d5d 100644 --- a/gpsbabel/readme.xml +++ b/gpsbabel/readme.xml @@ -1906,9 +1906,7 @@ LOG-%D" \ -o gpx -F out.gpx PACK gpsbabel -t -i gpx -f in.gpx \ -x track,move=+1h,pack,title="ACTIVE LOG" \ -o gpx -F out.gpx - -
- START / STOP + START / STOP Filter tracks against time borders. All points outside this range will be dropped. The date-time paramters have to be in form of YYYYMMDDHHMMSS; but you may specify only the @@ -1928,9 +1926,7 @@ gpsbabel -t -i gpx -f in.gpx -x \ gpsbabel -t -i gpx -f in.gpx -x track,pack,title="ACTIVE LOG" \ -o gpx -F out.gpx -
-
- SPLIT + SPLIT The input track will be split into several tracks depending on date of track points. If there is more than one track, use the pack option before before using this. To @@ -1963,9 +1959,7 @@ gpsbabel -t \ -x track,pack,split=4h,title="LOG # %c" \ -o gpx -F out.gpx -
-
- MERGE + MERGE Merge puts all track points into one single track and sort them by time. Points with identical time stamp will be dropped !!! -- 2.30.2